google.golang.org/grpc.clientStream.retryThrottler (field)

6 uses

	google.golang.org/grpc (current package)
		stream.go#L310: 		cs.retryThrottler = cc.retryThrottler.Load().(*retryThrottler)
		stream.go#L517: 	retryThrottler *retryThrottler // The throttler active when the RPC began.
		stream.go#L633: 				cs.retryThrottler.throttle() // This counts as a failure for throttling.
		stream.go#L639: 			cs.retryThrottler.throttle() // This counts as a failure for throttling.
		stream.go#L658: 	if cs.retryThrottler.throttle() {
		stream.go#L999: 		cs.retryThrottler.successfulRPC()